home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TWELCOME / TWELCOME.txt < prev   
Encoding:
Text File  |  1996-08-11  |  2.1 KB  |  110 lines

  1. object Welcome: TWelcome
  2.   Left = 599
  3.   Top = 181
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Welcome to SFS Software Germany'
  7.   ClientHeight = 470
  8.   ClientWidth = 387
  9.   Color = clTeal
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 120
  17.   TextHeight = 20
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 389
  22.     Height = 472
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.     Stretch = True
  26.   end
  27.   object OKButton: TBitBtn
  28.     Left = 8
  29.     Top = 440
  30.     Width = 65
  31.     Height = 25
  32.     Caption = 'I Agree.'
  33.     Default = True
  34.     Font.Color = clBlack
  35.     Font.Height = -10
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ModalResult = 1
  39.     ParentFont = False
  40.     TabOrder = 0
  41.     OnClick = OKButtonClick
  42.     Layout = blGlyphTop
  43.     Margin = 2
  44.     NumGlyphs = 2
  45.     Spacing = -1
  46.     IsControl = True
  47.   end
  48.   object Button1: TButton
  49.     Left = 184
  50.     Top = 440
  51.     Width = 121
  52.     Height = 25
  53.     Caption = 'License agreement'
  54.     Font.Color = clBlack
  55.     Font.Height = -10
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     TabOrder = 2
  60.     OnClick = Button1Click
  61.   end
  62.   object CancelBtn: TBitBtn
  63.     Left = 312
  64.     Top = 440
  65.     Width = 73
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     Font.Color = clBlack
  70.     Font.Height = -10
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ModalResult = 2
  74.     ParentFont = False
  75.     TabOrder = 1
  76.     OnClick = CancelBtnClick
  77.     Layout = blGlyphTop
  78.     Margin = 2
  79.     NumGlyphs = 2
  80.     Spacing = -1
  81.     IsControl = True
  82.   end
  83.   object Button2: TButton
  84.     Left = 80
  85.     Top = 440
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'Register'
  89.     Font.Color = clBlack
  90.     Font.Height = -13
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ParentFont = False
  94.     TabOrder = 3
  95.     OnClick = Button2Click
  96.   end
  97.   object Edit1: TEdit
  98.     Left = 320
  99.     Top = 408
  100.     Width = 49
  101.     Height = 24
  102.     Font.Color = clBlack
  103.     Font.Height = -13
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = []
  106.     ParentFont = False
  107.     TabOrder = 4
  108.   end
  109. end
  110.